home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 March / macformat-022.iso / Shareware City / Developers / Debugger PPC folder / MW Debug 1.01 release notes next >
Encoding:
Text File  |  1994-09-26  |  3.6 KB  |  104 lines  |  [TEXT/MMCC]

  1. Metrowerks 68K and PowerPC Debugger release notes 
  2. =================================================
  3.  
  4. Version: 1.01
  5. Date:    September 15, 1994 
  6. Author:  Dan Podwall
  7.  
  8. This is a patch update for the CW4 Metrowerks debuggers.
  9. You should have received patch files for both the 68K and PowerPC
  10. debuggers. Use the UpdateUser application from the CW4 CD to
  11. apply the patches. The UpdateUser partition size should be set
  12. to at least 2000K.
  13.  
  14. Please make sure to read the “Known incompatibilies” section
  15. at the end of this document.
  16.  
  17. System 7.5 users: The PowerPC extension PPCTraceEnabler is not
  18. needed when running System 7.5. You should remove it from your
  19. Extensions folder.
  20.  
  21. Changes
  22. ```````
  23.  
  24. - Fixes a problem the debugger had communicating with
  25.   DebugServices under System 7.5 (-27361 error).
  26.   
  27. - Eliminates the “-600” error that sometimes occurred
  28.   in the 68K debugger when the target process was terminated
  29.   in MacsBug.
  30.   
  31. - The array size edit field in the array window can
  32.   now be edited to resize arrays.
  33.   
  34. - More significant digits are used for floating point display
  35.   
  36.   A side effect of this occurs when you edit floating point values. 
  37.   Since not all decimal floating point numbers can be precisely
  38.   represent in binary floating point (and vice versa), you may type 
  39.   a value in, such as "1.01", and see it changed to a number close 
  40.   to the value you typed in, but with many more decimal places.
  41.     
  42. - Pascal support has been improved in a number of areas, including Pascal-ish data
  43.   type display, better support for enumerated types, and hex formatting. The language
  44.   used is global to a SYM file, and is determined by looking at the extension for the
  45.   file containing the main() function, or in Pascal, the program start.
  46.   
  47.   The following issues are still open:
  48.  
  49.     - No support for packed arrays. There is currently no SYM file
  50.       support for this.
  51.       
  52.     - The default editor options (font, size, color syntax highlighting)
  53.       are taken from the C/C++ environment default prefs.
  54.       
  55.     - The SYM format allows for types that don't exist in Pascal. Examples
  56.       are void and unsigned. If these appear in a Pascal SYM file the debugger
  57.       will show the C type name with brackets around it, e.g. <void>.
  58.       
  59.     - Booleans are not displayed as "true" and "false", but as decimal
  60.       values. This will take a UI rev to do properly, and will appear in
  61.       the next major release.
  62.       
  63.     - Non-printing characters in strings are escaped C-style, e.g. 'He\0lle'
  64.       for a string with an embedded null. 
  65.       
  66. - The debugger now uses the 1.0 PowerPlant from the CW4 CD, so it inherits any
  67.   fixes made there.
  68.   
  69. - Increased the maximum number of functions in the function popup from 
  70.   200 to 400.
  71.   
  72. - Fixed a problem where statement and breakpoint markers did not draw.
  73.  
  74. - Fixed a problem where the toolbar buttons didn't respond to clicks
  75.   when the toolbar window was initially hidden.
  76.   
  77.   
  78. Known incompatibilities
  79. ```````````````````````
  80.  
  81. 68K Debugger/DebuggerINIT
  82.  
  83.   - Geoport Express Modem.
  84.   - PowerPC System 7.1.2 or System 7.5 virtual memory
  85.   - 68K System 7.5 virtual memory
  86.   - RamDoubler
  87.   
  88. PowerPC Debugger/DebugServices
  89.  
  90.   - Virtual memory and RAM disk enabled simultaneously. VM alone is fine.
  91.   - RamDoubler
  92.     
  93. Bug Reports
  94. ```````````
  95.  
  96. Please send in your bug reports using the Applelink Bug Report Template stored
  97. in the CW4 release notes folder. Send reports to:
  98.  
  99. Internet:   support@metrowerks.com with cc:dpodwall@netcom.com
  100.  
  101. -------------------------------------------------------------------------
  102. Dan Podwall                             AppleLink: DPODWALL
  103. Metrowerks, Inc.                        Internet:  dpodwall@netcom.com
  104.